home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto15.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  360 b   |  15 lines

  1. on mouseUp
  2.   global k, gReadMe, gReadVoice1, gReadVoice2, gReadVoice3, gReadVoice4, gReadVoice5
  3.   if k = 0 then
  4.     if (gReadMe = 1) and (gReadVoice3 = 1) then
  5.       puppetSound("a15-3vx.wav")
  6.       set gReadVoice3 to 2
  7.     end if
  8.     set gReadVoice5 to 1
  9.     set gReadVoice4 to 1
  10.     set gReadVoice2 to 1
  11.     set gReadVoice1 to 1
  12.     go("pane3")
  13.   end if
  14. end
  15.